home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 3 / Deep Throat Girls 3.iso / mac / DTG3.DIR / 00111.ls < prev    next >
Encoding:
Text File  |  1995-08-04  |  232 b   |  10 lines

  1. on mouseUp
  2.   puppetSound("DBLCLICK")
  3.   if the movieRate of sprite 2 = 0 then
  4.     set the movieRate of sprite 2 to 1
  5.   else
  6.     set newTime to the movieTime of sprite 2
  7.     set the movieTime of sprite 2 to newTime + 350
  8.   end if
  9. end
  10.